# Email settings (testing only)
EMAIL_HOST_USER=test@example.com
EMAIL_HOST_PASSWORD=testpassword

# Database settings (use the default sqlite3 DB for easy testing)
DB_NAME=db.sqlite3
DB_USER=root
DB_PASSWORD=root

# Django secret key (generated for testing only)
SECRET_KEY=django-insecure-!8b0@t3sting_secret_key_1234567890
